home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / SASC_6.0_Disk_4.adf / Compiler_Headers / Include / libraries / expansion.h < prev    next >
C/C++ Source or Header  |  1992-07-30  |  484b  |  22 lines

  1. #ifndef LIBRARIES_EXPANSION_H
  2. #define    LIBRARIES_EXPANSION_H
  3. /*
  4. **    $Filename: libraries/expansion.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.7 $
  7. **    $Date: 90/05/28 $
  8. **
  9. **    External definitions for expansion.library
  10. **
  11. **    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14.  
  15. #define EXPANSIONNAME    "expansion.library"
  16.  
  17. /* flags for the AddDosNode() call */
  18. #define ADNB_STARTPROC    0
  19. #define ADNF_STARTPROC    (1L<<0)
  20.  
  21. #endif /* LIBRARIES_EXPANSION_H */
  22.